home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / proto / graphics.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  478b  |  24 lines

  1. #ifndef PPCPROTO_GRAPHICS_H
  2. #define PPCPROTO_GRAPHICS_H
  3.  
  4. #ifndef GRAPHICS_SCALE_H
  5. #include <graphics/scale.h>
  6. #endif /* !GRAPHICS_SCALE_H */
  7.  
  8. #include <clib/graphics_protos.h>
  9.  
  10. #ifdef __GNUC__
  11. #undef GetOutlinePen
  12. #include <powerup/ppcinline/graphics.h>
  13. #endif /* __GNUC__ */
  14.  
  15. #ifndef __NOLIBBASE__
  16. extern struct GfxBase *
  17. #ifdef __CONSTLIBBASEDECL__
  18. __CONSTLIBBASEDECL__
  19. #endif /* __CONSTLIBBASEDECL__ */
  20. GfxBase;
  21. #endif /* !__NOLIBBASE__ */
  22.  
  23. #endif /* !PPCPROTO_GRAPHICS_H */
  24.